List all tokens
path Parameters
regionThe region you want to target
query Parameters
pagePage number.
page_sizeNumber of tokens per page.
order_bySort order for the tokens.
function_idUUID of the function the token is associated with.
namespace_idUUID of the namespace the token is associated with.
List all tokens › Responses
total_countCreate a new revocable token
Deprecated in favor of IAM authentication.
path Parameters
regionThe region you want to target
Create a new revocable token › Request Body
function_idUUID of the function to associate the token with.
namespace_idUUID of the namespace to associate the token with.
descriptionDescription of the token.
expires_atDate on which the token expires. (RFC 3339 format)
Create a new revocable token › Responses
idUUID of the token.
tokenString of the token.
function_idUUID of the function the token is associated with.
namespace_idUUID of the namespace the token is associated with.
statusStatus of the token.
descriptionDescription of the token.
expires_atDate on which the token expires. (RFC 3339 format)
public_keyPublic key of the token.
Get a token
path Parameters
regionThe region you want to target
token_idUUID of the token to get.
Get a token › Responses
idUUID of the token.
tokenString of the token.
function_idUUID of the function the token is associated with.
namespace_idUUID of the namespace the token is associated with.
statusStatus of the token.
descriptionDescription of the token.
expires_atDate on which the token expires. (RFC 3339 format)
public_keyPublic key of the token.
Delete a token
path Parameters
regionThe region you want to target
token_idUUID of the token to delete.
Delete a token › Responses
idUUID of the token.
tokenString of the token.
function_idUUID of the function the token is associated with.
namespace_idUUID of the namespace the token is associated with.
statusStatus of the token.
descriptionDescription of the token.
expires_atDate on which the token expires. (RFC 3339 format)
public_keyPublic key of the token.