ReferenceAPIREST API
API Keys
API Keys API endpoints
API Keys
Manage API authentication keys for accessing the GoodMem REST API.
Query Parameters
When using GET endpoints, query parameters support both CamelCase and snake_case naming conventions:
- CamelCase (OpenAPI spec format):
maxResults,nextToken,sortBy,sortOrder - snake_case (alternative format):
max_results,next_token,sort_by,sort_order
Both naming conventions are accepted and can be used interchangeably.
Endpoints
POSTCreate a new API keyDELETEDelete an API keyGETList API keysPUTUpdate an API key