API Reference
This section provides reference material, such as API descriptions, for the Phosphor platform.
Example API URL
An endpoint URL should use the following format.
Protocol | Domain | Version | Endpoint |
---|---|---|---|
https | admin-api.phosphor.xyz | /v1 | /collections |
Admin API
The domain for the admin API is admin-api.phosphor.xyz
.
Making requests to the admin API endpoints requires an API Key. This key scopes requests to an [organization].
You can download the OpenAPI specification to use it in any application that supports the OpenAPI specification. For example, importing the API spec into Postman.
Public API
The domain for the public API is public-api.phosphor.xyz
.
View the public API endpoints.
You can download the OpenAPI specification to use it in any application that supports the OpenAPI specification. For example, importing the API spec into Postman.