Service Accounts

Number of APIs: 6

  1. Create an application key for this service account POST {{baseUrl}}/api/v2/service_accounts/:service_account_id/application_keys

  2. Create a service account POST {{baseUrl}}/api/v2/service_accounts

  3. Delete an application key for this service account DELETE {{baseUrl}}/api/v2/service_accounts/:service_account_id/application_keys/:app_key_id

  4. Get one application key for this service account GET {{baseUrl}}/api/v2/service_accounts/:service_account_id/application_keys/:app_key_id

  5. Edit an application key for this service account PATCH {{baseUrl}}/api/v2/service_accounts/:service_account_id/application_keys/:app_key_id

  6. 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>