Get an Organization
Retrieve the Organization associated with the API Key in the Authorization header
GET /organization
curl \
-X GET https://api.arta.io/organization \
-H "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y"
Response examples (200)
{
"id": 4392,
"name": "Hudson Street Gallery",
"status": "active",
"shortcode": "HSC",
"created_at": "2022-10-23T13:39:12.504731",
"updated_at": "2023-05-02T23:13:31.193097",
"api_version": "2021-01-01",
"company_name": "Hudson Street Collective LLC",
"display_name": "Hudson Street",
"billing_terms": "invoicing"
}
Response examples (404)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx
# Payload
{
"errors": {
"detail": "string"
}
}