# Grant consent

Grant the requested consent once it's approved by the user. This will provide the requesting user (the actor) permissions to act on behalf of the user that approved the consent (the subject). Since the approving user must be logged-in, this is authorized using a user access token of the subject.

Endpoint: POST /v1/delegated-access/consents/me/grant
Security: UserAccessToken

## Request fields (application/json):

  - `consent_id` (string, required)
    Consent ID returned to your consent URI upon redirection

## Response 400 fields (application/json):

  - `message` (array, required)
    Example: Bad request

  - `error_code` (number, required)
    Example: 400

