Swan API v1.1
This is a Postman Collection for the FilSwan API v2 endpoints.
If you have an API-related question, you can also discuss in the developer community forum.
Authorization
These endpoints return details about Authorization.
POSTsign up
This endpoint allows an user get an JWT Bearer Token (auth_token) from email and password.
The auth_token can be used for generate other API Keys.
POSTGet Auth Token
This endpoint allows an user get an JWT Bearer Token (auth_token) from email and password.
The auth_token can be used for generate other API Keys.
POSTGenerate API Key
This endpoint allows an user to issue new API keys for their account programmatically. The only key-type that can be used to issue new keys is the login user's JWT Bearer Token.
The purpose of this endpoint is to allow for programmatic creation of API keys that may be used for multiple projects, individual users, or a variety of other use cases where a single API key pair across an account is not sufficient.
This endpoint will return three values: The API Key, the API Secret, and a JWT Bearer Token.
Make sure to record the API Secret and the JWT as they will not be accessible again.