DOKK API
Welcome to the DOKK API documentation. This guide provides all the necessary information to access and integrate with the DOKK platform's API. Ensure you have received the appropriate credentials befo
Last updated
Was this helpful?
Welcome to the DOKK API documentation. This guide provides all the necessary information to access and integrate with the DOKK platform's API. Ensure you have received the appropriate credentials befo
Last updated
Was this helpful?
The Integrations API offers a suite of endpoints tailored for third-party developers to interact with DOKK's platform. Access to these endpoints requires an API Key, which serves as an authentication credential. You can request an API Key from our development team by contacting us at dokk@dokk.is or submitting a request here: Support Request Form.
Each API Key is unique and tied to an organization or developer.
Throttling limits may apply to ensure fair usage and prevent server congestion. While we recommend limiting requests to once every 10–30 minutes, higher request frequencies may be acceptable during development and testing.
To test the endpoints, we recommend tools like Postman.
The Cruise Details endpoint provides a simplified view of port call schedules, abstracted from the internal calendar. It is designed for external use and is currently applicable only to Port organizations. For Agencies, a similar endpoint will be introduced soon to address their specific data requirements.
start_date
string
(Optional) Filter results starting from this date (format: YYYY-MM-DD
).
end_date
string
(Optional) Filter results up to this date (format: YYYY-MM-DD
).
uuid
string
Required 32 character long string.
UUID: This identifier is provided by DOKK and uniquely represents the organization.
Date Filtering: The start_date
and end_date
parameters are optional and can be used to narrow down the results to a specific time range.
Data Integrity: Results returned are subject to the accuracy and currency of the information inputted into the DOKK platform.
The response is an array of cruise details, structured as follows:
Note: Refer to our in our Terms of use for additional details on usage guidelines and policies.