# Retrieve a group order token

Endpoint: POST /grouporders/{invitationID}/token
Version: 1.0.457.36910
Security: OAuth2

## Path parameters:

  - `invitationID` (string, required)
    ID of the invitation.

## Response 200 fields (application/json):

  - `access_token` (string)

  - `expires_in` (integer)

  - `token_type` (string)

  - `refresh_token` (string)

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


