Required role: | superadmin |
GET | /superadmin/apikey/{CompanyId} | Get an api key for the customer. |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CompanyId | query | Guid? | Yes | Enter the companyId for the customer |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CompanyId | form | Guid | Yes | |
ApiKey | form | Guid | Yes | |
Notes | form | string | Yes | |
InternalNotes | form | string | Yes |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /superadmin/apikey/{CompanyId} HTTP/1.1 Host: api.bokamera.se Accept: text/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"Notes":"String","InternalNotes":"String"}