Skip to main content
GET
Get one developer

Authorizations

Authorization
string
header
required

The access_token returned by POST /oauth2/token, sent as Authorization: Bearer <access_token>. It is an opaque string, not a JWT.

Path Parameters

id
string<uuid>
required

Developer UUID.

Response

Developer

An enabled developer. Additional fields may be present; only these are contractual.

id
string<uuid>
name
string
Example:

"Emaar"

slug
string
Example:

"emaar"

logoUrl
string | null
imageUrl
string | null
description
string | null
enabled
boolean

Always true — only enabled developers are returned.

contactId
string<uuid> | null
createdAt
string<date-time>
updatedAt
string<date-time>