This endpoint is under development and not yet available in production. Contact support@musique.app to be notified when it launches.
X-API-Key is active and returns the company and user details associated with the token. Use this to confirm your integration setup is working correctly before making other requests.
Request
Response
| Field | Type | Description |
|---|---|---|
valid | boolean | Always true for a successful response |
company.id | integer | Your company’s internal Musique ID |
company.name | string | Your company’s display name |
user.id | integer | The user ID associated with this token |
user.email | string | The email address of the token owner |
Error Responses
| Status | Code | Description |
|---|---|---|
401 | invalid_token | Token is missing, invalid, or revoked |
500 | internal_error | Unexpected server error |

