Retrieve album status (BETA)

This call is currently in a restricted BETA status. Contact your Technical Account Manager for more information.

Retrieve the album status for an organization.

The following profiles have permission to make this call:

  • partners
  • sub-partners
  • administrators
  • supervisors

Request
Security:
path Parameters
orgId
required
string

The ID of the organization. Obtain this from GET /organizations.

Example: 62
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

500

Internal server error

get/organization-album/{orgId}/album/config
Request samples
curl -i -X GET \
  https://api-prod.surfsight.net/v2/organization-album/:orgId/album/config \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "albumStatus": "enabled"
}