Show client
Reads one Client. Attributes: name, last_name, company, created_at, updated_at, plus sites_count when requested via fields[clients]=sites_count.
A read-only token is enough. A Contact id, or a Client of another organization, answers 404.
Authentication
AuthorizationBearer
Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.
Path parameters
client_id
Response
200 - Client
data
jsonapi
Errors
404
Not Found Error

