Create an access token
POST/v1/auth/access_token
This route allows you to create an access token for your Port account. You can use this token to authenticate your requests to the Port API.
To obtain your client ID and client secret, go to your Port application, click on the ...
button in the top right corner, then click Credentials
.
Requestโ
Responsesโ
- 200
- 401
- 404
- 413
- 422
Authorized successfully
Default Response
A resource with the provided identifier was not found
Request body is too large (limit is 1MiB)
The json provided does not match the route's schema