Service Accounts
Number of APIs: 6
-
Create an application key for this service account POST {{baseUrl}}/api/v2/service_accounts/:service_account_id/application_keys
-
Create a service account POST {{baseUrl}}/api/v2/service_accounts
-
Delete an application key for this service account DELETE {{baseUrl}}/api/v2/service_accounts/:service_account_id/application_keys/:app_key_id
-
Get one application key for this service account GET {{baseUrl}}/api/v2/service_accounts/:service_account_id/application_keys/:app_key_id
-
Edit an application key for this service account PATCH {{baseUrl}}/api/v2/service_accounts/:service_account_id/application_keys/:app_key_id
-
List application keys for this service account GET {{baseUrl}}/api/v2/service_accounts/:service_account_id/application_keys?page[size]=10&page[number]=0&sort=name&filter=<string>&filter[created_at][start]=<string>&filter[created_at][end]=<string>