/v1/organizationGet the selected organization
Returns safe settings for the organization selected only by the verified bearer token. This is a safe, read-only operation with no side effects.
Example request
curl --request GET \
+ --url 'https://api.grantlink.app/v1/organization' \
+ --header 'Accept: application/json' \
+ --header 'Authorization: Bearer <oauth-access-token>'This operation has no parameters.
Success response
Safe settings for the organization selected only by the verified bearer token.
{
"id": "org_A4n8wQ2mL6pR",
"name": "Example Youth Services",
"slug": "example-youth-services",
"fiscalYearStartMonth": 7,
"timezone": "America/New_York",
"accountingCurrency": "USD",
"createdAt": "2025-11-02T14:20:00Z"
}All declared responses14 statuses
| Status | Body | Description |
|---|---|---|
| 200 | Organizationapplication/json | Safe settings for the organization selected only by the verified bearer token. |
| 304 | No body | The current representation matches If-None-Match. The response has no body. |
| 400 | BadRequestProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 401 | UnauthorizedProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 403 | ForbiddenProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 404 | NotFoundProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 405 | MethodNotAllowedProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 406 | NotAcceptableProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 409 | ConflictProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 410 | GoneProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 414 | UriTooLongProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 429 | TooManyRequestsProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 500 | InternalServerErrorProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |
| 503 | ServiceUnavailableProblemapplication/problem+json | RFC 9457 Problem Details with stable GrantLink code and request correlation ID. |