API Request Verification
Verify requests to your API(s) using Gobo access tokens.
Example Access Tokens
{
"ver": "1.2",
"iss": "https://yourco.withgobo.com",
"sub": "ac4811a2-339e-4a34-b65b-dafe1c0a7f9c", // app client_id
"aud": [
"https://yourapi1.yourco.com", // proxy origins
"https://yourapi2.yourco.com"
],
"azp": "ac4811a2-339e-4a34-b65b-dafe1c0a7f9c", // app client_id
"exp": 1704067199,
"iat": 1685124578,
"scope": "foo bar",
"install": "f13542ae-119e-4d81-935c-e93c1ee6b097",
"app": "ac4811a2-339e-4a34-b65b-dafe1c0a7f9c",
"app_type": "oauth",
"org": "7a9923a7-cebb-4521-b3d0-bb4101351fcd",
"org_id": "ABC",
"token": "go_wwPYYUcGhngr2SdTCTa9rvIOR3O87n5gRKHln5H5iF2Pg2lkJ4weE2vhy02"
}Verifying Access Tokens
Keep your Signing Key Secure
Last updated