Auth
About the Auth API
Endpoints
The Fleet object
{
"id": "507f191e810c19729de860jk",
"name": "My Fleet"
}Attributes
Name
Type
Description
Retrieve a fleet
Retrieves the information of the fleet to which the API key used belongs.
Authorizations
apikeystringRequired
Responses
200
The fleet was retrieved successfully.
application/json
idstringOptionalExample:
A unique identifier of the fleet to which the API key belongs.
507f191e810c19729de860jknamestringOptionalExample:
The name of the fleet to which the API key belongs.
My Fleet401
Unauthorized.
application/json
get
/auth/meLast updated
Was this helpful?