APIs & Integrations

erdiosman
Member

Missing or unknown auth code

this is our request body;

> form:
>    { grant_type: 'authorization_code',
>      client_id: 'c6b1e631-37fd-455d-bee7-blabla',
>      client_secret: '28f1cbe3-f0dd-4552-9e50-blabla',
>      redirect_uri: 'blabla',
>      code: '4c17264f-321e-486c-a405-be21f125ef59' } }

it was working 30 minutes ago, we really sure that code value is correct but POST request responses this error.

> {
>   "status": "BAD_AUTH_CODE",
>   "message": "missing or unknown auth code",
>   "correlationId": "de90e2d3-d9ef-4a37-b760-a3d411a35376",
>   "requestId": "a141e82055595cb7a75d2185d17111c5"
> }
0 Upvotes
2 Replies 2
erdiosman
Member

Missing or unknown auth code

it’s working now. Weird :slight_smile:

0 Upvotes
3PETE
HubSpot Employee
HubSpot Employee

Missing or unknown auth code

@Erdi_Balcioglu I don’t see anything in our logs about relevant services going down…I’m happy it is working now. Please let me know if it stops again.

0 Upvotes