Look up an organization name
GET/v1/organization/{organizationId}
Turns an organization ID into its name.
Parameters
| Parameter | Description |
|---|---|
organizationId | The organization's ID in Rankedin — a positive number, e.g. 803. You can see it in the address bar of your Organization Manager page. |
Request
curl -H "X-API-Key: your_api_key_here" \
"https://rinpublicapistaging.azurewebsites.net/v1/organization/803"Response
{ "name": "Sele Admin Organization" }Errors
| Code | Status | Cause |
|---|---|---|
organization_id_invalid | 400 | organizationId is not a positive number |
organization_not_found | 404 | No organization with that ID |